home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / DOS / PRGMMING / CPP100.ZIP / HELP.FIC < prev    next >
Encoding:
Text File  |  1994-11-22  |  109.7 KB  |  1 lines

  1. GENERALI Generalities on the Program...┌─────────────────────────────────────┐│ GENERALITIES                      1 │├─────────────────────────────────────┤│ CHOICE IN THE MENUS                 ││ -------------------                 ││ To get into a menu if none is       ││ displayed, you must press <ALT>     ││ plus the key that is the letter or  ││ the number WRITTEN IN RED on the    ││ title menu bar (first line)         ││                                     ││                                     ││                                     ││ Otherwise, if a menu is already     ││ displayed, you just have to press   ││ the LEFT or RIGHT ARROW so that the ││ menu which is on this way will be   ││ selected. If you go on after the    ││ first or the last one, the next menu││ will be the last or the first one   │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘GENERALI Generalities on the Program...┌─────────────────────────────────────┐│ GENERALITIES on the program       2 │├─────────────────────────────────────┤│ (circular menu).                    ││ You can also choose a menu by a     ││ MOUSE click. In this case, the      ││ selection is direct.                ││                                     ││ The ACTIVE MENU LINE is the one     ││ that was active in the previous call││ of this menu. Otherwise, it is the  ││ first line of this menu.            ││ You can choose the menu line        ││ (which fits with the program or the ││ program part you want to run) in    ││ several ways :                      ││ - With the MOUSE by clicking on this││   line, so that the program starts  ││   immediatly without asking for you ││   to confirm.                       │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘GENERALI Generalities on the Program...┌─────────────────────────────────────┐│ GENERALITIES on the program       3 │├─────────────────────────────────────┤│ - With the KEYBOARD, by pressing    ││   the key which is the letter or    ││   the number displayed in red on the││   line. In this case, the program   ││   assumes it is confirmed and the   ││   function is executed.             ││ - By moving the cursor with the     ││   UP and DOWN ARROWS so that the    ││   cursor is on the line you want to ││   run. But in this case you have to ││   confirm by pressing <ENTER> then  ││   the function is executed.         ││                                     ││ By pressing <ESC> or by clicking    ││ with the mouse outside of the menu  ││ zone, you erase the menu and go     ││ back to the previous screen         │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘GENERALI Generalities on the Program...┌─────────────────────────────────────┐│ GENERALITIES on the program       4 │├─────────────────────────────────────┤│ Notice that the only way to QUIT    ││ THE PROGRAM is by choosing the QUIT ││ choice in the Files menu.           ││ It is done this way to avoid to     ││ quit without willing it.            ││                                     ││ Pressing <ESC>, depending of the    ││ case, will return you back to a menu││ if a program is running or it will  ││ erase the displayed menu, without   ││ menu selection.                     ││                                     ││                                     ││ Only the firts line will be on the  ││ screen, as if it was the beginning  ││ of the program.                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘GENERALI Generalities on the Program...┌─────────────────────────────────────┐│ GENERALITIES on the program       5 │├─────────────────────────────────────┤│ ON-LINE HELP:                       ││ -------------                       ││ You can get it whenever you want to.││                                     ││ You can get it either by the menu   ││ (<H>, <ALT>+<H>, Cursor, Mouse)     ││ either by pressing <F1>             ││ In the menu, you access to a        ││ selective help and you can choose   ││ the subject. You can do it with     ││ <F1> when you choose a menu but in  ││ a program, this help will only      ││ concern the running program or, in  ││ the menu bar you will get           ││ an information on the active line   ││ (in red, only cursor choice)        ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘FILES    File manager menu             ┌─────────────────────────────────────┐│ FILE MANAGER MENU                 1 │├─────────────────────────────────────┤│ This menu is to be used for all     ││ the manipulations that concern the  ││ files, this includes file edit and  ││ how to quit the program.            ││ Let's see briefly the purpose of    ││ every line, the limitations and the ││ constraints.                        ││                                     ││ At this level of the program, we    ││ will only deal with the function    ││ generalities. In a complete         ││ appliaction, you must precise the   ││ purpose and the utility of every    ││ file that can be open by this       ││ function of your program.           ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘FILES      File manager menu           ┌─────────────────────────────────────┐│ FILE MANAGER MENU                 2 │├─────────────────────────────────────┤│ OPEN :   (existing file)            ││ ----                                ││  Is used to select the file that    ││  will become the active file of     ││  the application : the one in where ││  we will get the information used   ││  by the program, and the file that  ││  will take the data save or the     ││  results of the treatment.          ││                                     ││                                     ││  This file will be closed when you  ││  choose another file or when you    ││  quit the application.              ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘FILES      File manager menu           ┌─────────────────────────────────────┐│ FILE MANAGER MENU                 3 │├─────────────────────────────────────┤│ NEW: (Create a new file)            ││ ---                                 ││  You want to create a new file.     ││  This choice depends of course of   ││  the application that is concerns   ││  by this program.                   ││  It can be the file of an user or   ││  any other file which deals with    ││  the program.                       ││  The new file will become the       ││  active file. The previous active   ││  file will be closed when you       ││  confirm that you want to create a  ││  new file                           ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘FILES      File manager menu           ┌─────────────────────────────────────┐│ FILE MANAGER MENU                 4 │├─────────────────────────────────────┤│ SAVE: (information)                 ││ ----                                ││ Here, you want the program to save  ││ information in the active file(s)   ││ without closing the file(s) nor     ││ quitting the running application.   ││                                     ││ It is a safety operation, only      ││ done by the user if s/he fears a    ││ problem (for instance power cut)    ││ or if s/he wants to save his/her    ││ work after a certain time.          ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘FILES      File manager menu           ┌─────────────────────────────────────┐│ FILE MANAGER MENU                 5 │├─────────────────────────────────────┤│ SAVE AS                             ││ -------                             ││ This choice allows you to save an   ││ existing file under another name    ││                                     ││ There are several interest to do so ││                                     ││ - Save a file version before a major││   change.                           ││ - Getting a save file.              ││ - Getting a partial save file in    ││   a new file.                       ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘FILES      File manager menu           ┌─────────────────────────────────────┐│ FILE MANAGER MENU (1/6)           6 │├─────────────────────────────────────┤│ DIRECTORY MANAGER:                  ││ -----------------                   ││ By this function you can browse in  ││ the various directories of the hard ││ or floppy drives.                   ││ You can choose a new working drive  ││ or just listing the files of a      ││ drive or of a directory:            ││ choosing a file saved on a floppy   ││ drive for example.                  ││ You get in a sub-menu that allows   ││ you to perform various directory    ││ operations.                         ││ Notice that this does not change    ││ the name of the default directory   ││ stored on the drive (Cf in the      ││ configuration menu).                │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘FILES      File manager menu           ┌─────────────────────────────────────┐│ FILE MANAGER MENU (2/6)           6 │├─────────────────────────────────────┤│ DIRECTORY MANAGER: (contd)          ││ -----------------                   ││ Let's see the functions of this     ││ menu:                               ││ 1st group : Drive change:           ││ ---------                           ││ You just have to type in the letter ││ of the drive where you want to go   ││ or click with the mouse on the      ││ matching symbol.                    ││ The listing of the included files   ││ and sub-directories will be         ││ displayed on the screen, and if     ││ required, the parent directories by ││ DOS dots (. and ..)                 ││                                     ││                               ''/.. │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘FILES      File manager menu           ┌─────────────────────────────────────┐│ FILE MANAGER MENU (3/6)           6 │├─────────────────────────────────────┤│ DIRECTORY MANAGER: (contd)          ││ -----------------                   ││ To go upward or backward in the     ││ directories, you just have to       ││ select, either by clicking with the ││ mouse, or typing 'S' or by hitting  ││ <Enter>.                            ││ 2nd group : scrolling/directory     ││ ---------                           ││ You can move inside the directory   ││ by using the key that match with    ││ key letters or with the arrows or   ││ with the mouse by clicking on the   ││ line.                               ││                                     ││ The scrolling is automatic in the   ││ displayed window               ''/..│├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘FILES      File manager menu           ┌─────────────────────────────────────┐│ FILE MANAGER MENU (4/6)           6 │├─────────────────────────────────────┤│ DIRECTORY MANAGER: (contd)          ││ -----------------                   ││ 3rd group : Files                   ││ ---------                           ││ The SELECTION acts differently if   ││ it is the name of a directory. This ││ directory becomes the active one    ││ and is displayed in the same way    ││ the previous one was (you just      ││ changed of active directory).       ││                                     ││ On the contrary, if you chose a     ││ file name, this file is displayed   ││ with a sub-menu that allows you to  ││ move inside this selected file.     ││                                     ││ You can go directly to the     ''/..│├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘FILES      File manager menu           ┌─────────────────────────────────────┐│ FILE MANAGER MENU (5/6)           6 │├─────────────────────────────────────┤│ DIRECTORY MANAGER: (contd)          ││ -----------------                   ││ beginning or the end of the file,   ││ moving of a full page backward or   ││ forward.                            ││ This program choose the display     ││ mode : 32 columns ASCII or          ││ 8 characters lines ASCII plus       ││ hexadecimal.                        ││ This choice can be changed.         ││                                     ││ The Sort/Name option sorts the      ││ files name by alphabetical order    ││ so that the user can find files     ││ more easily.                        ││ Notice that this sorting is done    ││ only in memory and not on the drive.│├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘FILES      File manager menu           ┌─────────────────────────────────────┐│ FILE MANAGER MENU (6/6)           6 │├─────────────────────────────────────┤│ DIRECTORY MANAGER: (contd)          ││ -----------------                   ││ Thus if you call back again this    ││ directory, the files will be again  ││ displayed in their drive order.     ││                                     ││ The delete function is the well-    ││ known one. It deletes the selected  ││ file. The program will ask for a    ││ confirmation before proceeding.     ││ The deleted file cannot be restored.││ The RECORDING of the file under the ││ cursor will be automaticly done by  ││ copying on the defined support.     ││ For further details, see the        ││ 'File Recording' function.          ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘FILES      File manager menu           ┌─────────────────────────────────────┐│ FILE MANAGER MENU                 7 │├─────────────────────────────────────┤│ BACK TO THE WORKING DIRECTORY       ││ -----------------------------       ││ The previous function allows you to ││ to any directory you want to work in││ or just look in.                    ││ But if you want to go back to the   ││ default application directory, the  ││ directory that is stored in the     ││ configuration file and that you can ││ change with the option in the       ││ configuration menu, you just have   ││ to call this function which will    ││ automaticly copy the access path    ││ from the configuration file and put ││ you back in the default directory.  ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘FILES      File manager menu           ┌─────────────────────────────────────┐│ FILE MANAGER MENU                 8 │├─────────────────────────────────────┤│ SAVE RECORDING 1/3:                 ││ ------------------                  ││ This option will be used to ease    ││ the recording of the files to a     ││ floppy disk or another support.     ││ The operation is composed of        ││ several steps :                     ││                                     ││ When you call this function, the    ││ program displays the default paths  ││ which are stored in memory and that ││ have been saved in the service file ││                                     ││ You must confirm the validity of    ││ these data. Otherwise, you can      ││ modify them with the 'CONFIGURATION'││ menu.                          ''/..│├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘FILES      File manager menu           ┌─────────────────────────────────────┐│ FILE MANAGER MENU                 8 │├─────────────────────────────────────┤│ SAVE RECORDING 2/3 :                ││ ------------------                  ││ When you have accepted the path and ││ to avoid overwriting the previous   ││ recordings, the program will prompt ││ you to create a directory on the    ││ recording support.                  ││ This directory will be made of the  ││ defined path (for instance A:\)     ││ and today's date followed by a      ││ suffixe A, B,..                     ││ You change this path name to suit   ││ your tastes.                        ││ You will get as a recording name :  ││ for example :  A:\221293A.          ││ When you have confirmed this path   ││ you get to the recording.       '/..│├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘FILES      File manager menu           ┌─────────────────────────────────────┐│ FILE MANAGER MENU                 8 │├─────────────────────────────────────┤│ SAVE RECORDING 3/3 :                ││ ------------------                  ││ The file path is defined too, but   ││ as you are now in the directory     ││ manager function, you can move in   ││ the directories, and in the drives  ││ to proceed.                         ││                                     ││ You just have to use the option     ││ in the sub-menu.                    ││ You just have to put the cursor     ││ above the file name you want to     ││ record and press <V> in order for   ││ the file to be copied to the        ││ defined support.                    ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘FILES      File manager menu           ┌─────────────────────────────────────┐│ FILE MANAGER MENU                 9 │├─────────────────────────────────────┤│ PRINT :                             ││ -----                               ││ It is the option you must use if    ││ you want to perform a complete      ││ edition which depends on the        ││ application. It can be an user file ││ or the global result of a treatment.││                                     ││ The more specific editions are done ││ in the program body, and whenever   ││ you want to, you can perform a      ││ screen printing since the program   ││ is in text mode.                    ││ Depending on the program, this      ││ function can display a sub-menu to  ││ choose what to print.               ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘FILES      File manager menu           ┌─────────────────────────────────────┐│ FILE MANAGER MENU                10 │├─────────────────────────────────────┤│ COPY TO A FILE :                    ││ --------------                      ││ It is an edition variant that send  ││ the file to print to a file which   ││ name will be chosen by the user.    ││                                     ││ This allows you to include the file ││ content directly. For instance in a ││ report and you will be able to      ││ change it with just a text editor or││ a word processor.                   ││ This output will be done in ASCII   ││ with the printer parameters set up  ││ (IBM semi-graphic characters or not)││ choosen in the configuration menu.  ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘FILES      File manager menu           ┌─────────────────────────────────────┐│ FILE MANAGER MENU                11 │├─────────────────────────────────────┤│ QUIT TO DOS :                       ││ -----------                         ││ This function is the only one made  ││ to quit the program and go back to  ││ the DOS prompt.                     ││ All the files are closed and you go ││ back to the DOS prompt.             ││                                     ││ If you runned the program from a    ││ menu manager, you should perform    ││ a call to this menu (For instance   ││ with a BAT file).                   ││                                     ││ If you hit <ESC> several times from ││ anywhere in the program, you must   ││ call this menu to exit.             ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU2    Generalities of the subprogram┌─────────────────────────────────────┐│ MENU2  Generalities               1 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU2    Function 1 of the sub-program.┌─────────────────────────────────────┐│ MENU2   Function 1                2 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU2    Function 2 of the sub-program.┌─────────────────────────────────────┐│ MENU2   Function 2                3 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU2    Function 3 of the sub-program.┌─────────────────────────────────────┐│ MENU2   Function 3                4 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU2    Function 4 of the sub-program.┌─────────────────────────────────────┐│ MENU2   Function 4                5 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU2    Function 5 of the sub-program.┌─────────────────────────────────────┐│ MENU2   Function 5                6 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU2    Function 6 of the sub-program.┌─────────────────────────────────────┐│ MENU2   Function 6                7 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU2    Function 7 of the sub-program.┌─────────────────────────────────────┐│ MENU2   Function 7                8 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU2    Function 8 of the sub-program.┌─────────────────────────────────────┐│ MENU2   Function 8                9 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU2    Function 9 of the sub-program.┌─────────────────────────────────────┐│ MENU2   Function 9               10 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU2    Function 10 of the sub-program┌─────────────────────────────────────┐│ MENU2   Function 10              11 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU3    Generalities of the subprogram┌─────────────────────────────────────┐│ MENU3  Generalities               1 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU3    Function 1 of the sub-program.┌─────────────────────────────────────┐│ MENU3   Function 1                2 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU3    Function 2 of the sub-program.┌─────────────────────────────────────┐│ MENU3   Function 2                3 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU3    Function 3 of the sub-program.┌─────────────────────────────────────┐│ MENU3   Function 3                4 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU3    Function 4 of the sub-program.┌─────────────────────────────────────┐│ MENU3   Function 4                5 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU3    Function 5 of the sub-program.┌─────────────────────────────────────┐│ MENU3   Function 5                6 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU3    Function 6 of the sub-program.┌─────────────────────────────────────┐│ MENU3   Function 6                7 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU3    Function 7 of the sub-program.┌─────────────────────────────────────┐│ MENU3   Function 7                8 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU3    Function 8 of the sub-program.┌─────────────────────────────────────┐│ MENU3   Function 8                9 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU3    Function 9 of the sub-program.┌─────────────────────────────────────┐│ MENU3   Function 9               10 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU3    Function 10 of the sub-program┌─────────────────────────────────────┐│ MENU3   Function 10              11 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU4    Generalities of the subprogram┌─────────────────────────────────────┐│ MENU4  Generalities               1 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU4    Function 1 of the sub-program.┌─────────────────────────────────────┐│ MENU4   Function 1                2 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU4    Function 2 of the sub-program.┌─────────────────────────────────────┐│ MENU4   Function 2                3 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU4    Function 3 of the sub-program.┌─────────────────────────────────────┐│ MENU4   Function 3                4 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU4    Function 4 of the sub-program.┌─────────────────────────────────────┐│ MENU4   Function 4                5 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU4    Function 5 of the sub-program.┌─────────────────────────────────────┐│ MENU4   Function 5                6 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU4    Function 6 of the sub-program.┌─────────────────────────────────────┐│ MENU4   Function 6                7 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU4    Function 7 of the sub-program.┌─────────────────────────────────────┐│ MENU4   Function 7                8 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU4    Function 8 of the sub-program.┌─────────────────────────────────────┐│ MENU4   Function 8                9 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU4    Function 9 of the sub-program.┌─────────────────────────────────────┐│ MENU4   Function 9               10 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU4    Function 10 of the sub-program┌─────────────────────────────────────┐│ MENU4   Function 10              11 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU5    Generalities of the subprogram┌─────────────────────────────────────┐│ MENU5  Generalities               1 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU5    Function 1 of the sub-program.┌─────────────────────────────────────┐│ MENU5   Function 1                2 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU5    Function 2 of the sub-program.┌─────────────────────────────────────┐│ MENU5   Function 2                3 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU5    Function 3 of the sub-program.┌─────────────────────────────────────┐│ MENU5   Function 3                4 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU5    Function 4 of the sub-program.┌─────────────────────────────────────┐│ MENU5   Function 4                5 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU5    Function 5 of the sub-program.┌─────────────────────────────────────┐│ MENU5   Function 5                6 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU5    Function 6 of the sub-program.┌─────────────────────────────────────┐│ MENU5   Function 6                7 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU5    Function 7 of the sub-program.┌─────────────────────────────────────┐│ MENU5   Function 7                8 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU5    Function 8 of the sub-program.┌─────────────────────────────────────┐│ MENU5   Function 8                9 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU5    Function 9 of the sub-program.┌─────────────────────────────────────┐│ MENU5   Function 9               10 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU5    Function 10 of the sub-program┌─────────────────────────────────────┐│ MENU5   Function 10              11 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU6    Generalities of the subprogram┌─────────────────────────────────────┐│ MENU6  Generalities               1 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU6    Function 1 of the sub-program.┌─────────────────────────────────────┐│ MENU6   Function 1                2 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU6    Function 2 of the sub-program.┌─────────────────────────────────────┐│ MENU6   Function 2                3 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU6    Function 3 of the sub-program.┌─────────────────────────────────────┐│ MENU6   Function 3                4 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU6    Function 4 of the sub-program.┌─────────────────────────────────────┐│ MENU6   Function 4                5 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU6    Function 5 of the sub-program.┌─────────────────────────────────────┐│ MENU6   Function 5                6 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU6    Function 6 of the sub-program.┌─────────────────────────────────────┐│ MENU6   Function 6                7 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU6    Function 7 of the sub-program.┌─────────────────────────────────────┐│ MENU6   Function 7                8 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU6    Function 8 of the sub-program.┌─────────────────────────────────────┐│ MENU6   Function 8                9 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU6    Function 9 of the sub-program.┌─────────────────────────────────────┐│ MENU6   Function 9               10 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU6    Function 10 of the sub-program┌─────────────────────────────────────┐│ MENU6   Function 10              11 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU7    Generalities of the subprogram┌─────────────────────────────────────┐│ MENU7  Generalities               1 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU7    Function 1 of the sub-program.┌─────────────────────────────────────┐│ MENU7   Function 1                2 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU7    Function 2 of the sub-program.┌─────────────────────────────────────┐│ MENU7   Function 2                3 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU7    Function 3 of the sub-program.┌─────────────────────────────────────┐│ MENU7   Function 3                4 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU7    Function 4 of the sub-program.┌─────────────────────────────────────┐│ MENU7   Function 4                5 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU7    Function 5 of the sub-program.┌─────────────────────────────────────┐│ MENU7   Function 5                6 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU7    Function 6 of the sub-program.┌─────────────────────────────────────┐│ MENU7   Function 6                7 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU7    Function 7 of the sub-program.┌─────────────────────────────────────┐│ MENU7   Function 7                8 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU7    Function 8 of the sub-program.┌─────────────────────────────────────┐│ MENU7   Function 8                9 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU7    Function 9 of the sub-program.┌─────────────────────────────────────┐│ MENU7   Function 9               10 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU7    Function 10 of the sub-program┌─────────────────────────────────────┐│ MENU7   Function 10              11 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU8    Generalities of the subprogram┌─────────────────────────────────────┐│ MENU8  Generalities               1 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU8    Function 1 of the sub-program.┌─────────────────────────────────────┐│ MENU8   Function 1                2 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU8    Function 2 of the sub-program.┌─────────────────────────────────────┐│ MENU8   Function 2                3 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU8    Function 3 of the sub-program.┌─────────────────────────────────────┐│ MENU8   Function 3                4 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU8    Function 4 of the sub-program.┌─────────────────────────────────────┐│ MENU8   Function 4                5 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU8    Function 5 of the sub-program.┌─────────────────────────────────────┐│ MENU8   Function 5                6 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU8    Function 6 of the sub-program.┌─────────────────────────────────────┐│ MENU8   Function 6                7 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU8    Function 7 of the sub-program.┌─────────────────────────────────────┐│ MENU8   Function 7                8 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU8    Function 8 of the sub-program.┌─────────────────────────────────────┐│ MENU8   Function 8                9 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU8    Function 9 of the sub-program.┌─────────────────────────────────────┐│ MENU8   Function 9               10 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘MENU8    Function 10 of the sub-program┌─────────────────────────────────────┐│ MENU8   Function 10              11 │├─────────────────────────────────────┤│                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘CONFIGUR Generalities of the subprogram┌─────────────────────────────────────┐│ CONFIGURATION   Generalities      1 │├─────────────────────────────────────┤│ GENERALITIES:                       ││ ------------                        ││ The purpose of the configuration    ││ menu is to help you to adapt the    ││ working environment to your tastes  ││ and your harware.                   ││ Furthermore, you can get information││ about the hardware so you can fix   ││ a problem.                          ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘CONFIGUR Function 1 of the sub-program.┌─────────────────────────────────────┐│ CONFIGURATION Printer Choice      2 │├─────────────────────────────────────┤│ PRINTER CHOICE :                    ││ --------------                      ││ In principles, the choice will only ││ be to choose a printer in a list.   ││ If yours is not in the list, choose ││ a compatible one.                   ││ The most important thing is to know ││ if your printer accept the IBM      ││ semi-graphic characters in order to ││ print columns.                      ││ Otherwise, the program will use     ││ standard characters as separators.  ││ If you are in doubt, choose the     ││ graphic one and a try will tell you ││ whether the choice is good or not.  ││ The screen printing can be done with││ the <Prt Scr> key.                  │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘CONFIGUR Function 2 of the sub-program.┌─────────────────────────────────────┐│ CONFIGURATION Video Choice        3 │├─────────────────────────────────────┤│ VIDEO CHOICE :                      ││ ------------                        ││ In principles, you will not have to ││ use it, since when you run the      ││ program it checks your video card   ││ and it uses the default mode if     ││ nothing exists or the mode saved in ││ the service file, if it is          ││ compatible with your card. Otherwise││ it will ask you a confirmation.     ││                                     ││                                     ││ If the screen is fuzzy or unreadable││ you have to reboot your computer.   ││                                     ││ Use it only if you think it could be││ useful.                             │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘CONFIGUR Function 3 of the sub-program.┌─────────────────────────────────────┐│ CONFIGURATION COLOURS (1/6)       4 │├─────────────────────────────────────┤│ COLOURS CHOICE:                     ││ --------------                      ││ To distinguish the various aspects  ││ the program uses 5 different colours││ to display the information on the   ││ screen.                             ││ You can change the original choice  ││ with this function with a very large││ choice.                             ││ Notice that the 'good' combinations ││ are very few. Use this only to      ││ improve the display if it is bad on ││ your monitor.                       ││ Do not forget that colour 5 is the  ││ colour used to display error        ││ messages. Choose it VERY visible.   ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘CONFIGUR Function 4 contd    programme.┌─────────────────────────────────────┐│ CONFIGURATION COLOURS  (2/6)      4 │├─────────────────────────────────────┤│ COLOURS CHOICE (contd)              ││ --------------                      ││ After selecting in the menu, a sub- ││ menu is displayed. With this menu   ││ you can choose the colour you want  ││ to change. You can change them one  ││ after the other by selecting the    ││ line which number matches the colour││ you want to change.                 ││                                     ││                                     ││ This selection gives you access to  ││ a detailed modification grid on the ││ next screen.                        ││ You can then choose to save this    ││ modifications in the service file.  ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘CONFIGUR Function 4 contd 2  programme.┌─────────────────────────────────────┐│ CONFIGURATION COLOURS  (3/6)      4 │├─────────────────────────────────────┤│ COLOURS CHOICE (contd)              ││ --------------                      ││ The grid shows you all the possible ││ choices of colours.                 ││ The bottom line displays the        ││ selected colour (its current look is││ shown under the menu).              ││ You can try the new colour, either  ││ by clicking directly in the grid    ││ with the mouse, either by selecting ││ with the keyboard the choice 'change││ background' or 'change forground'   ││ Or by typing the key letter or with ││ the arrows and <ENTER> to confirm.  ││                                     ││                                     ││ You will be prompted to give the    │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘CONFIGUR Function 4 contd 3  programme.┌─────────────────────────────────────┐│ CONFIGURATION COLOURS  (4/6)      4 │├─────────────────────────────────────┤│ COLOURS CHOICE (contd)              ││ --------------                      ││ new foreground value (0-F) or the   ││ new background value (0-7). It is   ││ the character that is displayed in  ││ the grid on the left.               ││                                     ││ Notice that if you enter a value    ││ outside of this ranges, the program ││ will ignore it.                     ││ As soon as the selection is done,   ││ the bottom line is displayed in the ││ choosen colour.                     ││ If this does not suit you,choose    ││ something else.                     ││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘CONFIGUR Function 4 contd 4  programme.┌─────────────────────────────────────┐│ CONFIGURATION COLOURS (5/6)       4 │├─────────────────────────────────────┤│ COLOURS CHOICE (contd)              ││ --------------                      ││ Notice that it is faster with the   ││ mouse, since if you click in the    ││ right side of the grid, you select  ││ at the same time the background     ││ colour and the foreground colour.   ││ With the keyboard, you cannot change││ both at the same time.              ││                                     ││ When you want to go back to the sub-││ menu you can do it in two ways :    ││ By validating the modifications and ││ the active colour is changed. Or    ││ quitting the grid without saving the││ new colour. The active colour is not││ changed.                            │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘CONFIGUR Function 4 contd 5  programme.┌─────────────────────────────────────┐│ CONFIGURATION COLOURS  (6/6)      4 │├─────────────────────────────────────┤│ COLOURS CHOICE (contd)              ││ --------------                      ││ When you are back in the sub-menu   ││ you can :                           ││ - Change another colour, or even    ││   the same. The change is for the   ││   moment only temporary.            ││ - keep the new colours but without  ││   saving them in the service file.  ││   In that case, in the next run     ││   of the program, the old colours   ││   will be loaded.                   ││                                     ││ - Save the new colours in the       ││   service file and in the next run  ││   of the program, these colours will││   be the active ones.               │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘CONFIGUR Function 4 of the sub-program.┌─────────────────────────────────────┐│ CONFIGURATION  Sound              5 │├─────────────────────────────────────┤│ SOUND:                 (1/2)        ││ -----                               ││ When an error occurs or if the      ││ program wants to inform you of      ││ a special thing (End of file...).   ││                                     ││                                     ││ It is only the case if the program  ││ waits for a choice or an input.     ││                                     ││ The sound is On by default each     ││ time you run the program.           ││ It is the default choice not to     ││ stop the program by telling you     ││ something.                          ││ If you want to work in silence, you ││ can choose this option         ''/..│├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘CONFIGUR Function 4 of the sub-program.┌─────────────────────────────────────┐│ CONFIGURATION Sound               5 │├─────────────────────────────────────┤│ SOUND :                (2/2)        ││ -----                               ││ of the configuration menu to set the││ sound off.                          ││ But you must take care of the       ││ running of your program to give  it ││ data if necessary.                  ││                                     ││ Notice that each time you run the   ││ program the sound is ON.            ││ It is displayed in the menu.        ││ This option is just a toggle that   ││ changes each time you press the key ││ or you click on the line.           ││                                     ││ You can of course change this choice││ whenever you want to.               │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘CONFIGUR Function 5 of the sub-program.┌─────────────────────────────────────┐│ CONFIGURATION Access Path         6 │├─────────────────────────────────────┤│ PROGRAM DIRECTORY AND CONFIG. :     ││ -----------------------------       ││ It is the program itself and the    ││ configuration files and the help    ││ files.                              ││ You must NOT use it if you do not   ││ need it. Otherwise the program will ││ not find the service file nor the   ││ on-line help files.                 ││ To prevent this, the program will   ││ warn you.                           ││ You have to change this directory   ││ only if you put the program and its ││ files in another directory.         ││ You will not use this function very ││ often.                              ││ Maximum = 64 chars (ex: c:\fichiers)│├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘CONFIGUR Function 6 of the sub-program.┌─────────────────────────────────────┐│ CONFIGURATION Access Path         7 │├─────────────────────────────────────┤│ WORKING DIRECTORY :                 ││ -----------------                   ││ This function allows you to define  ││ access path to the files with which ││ you usually work.                   ││ They are the files relating to the  ││ program (users...).                 ││ This files are not necessary in the ││ same directory or on the same drive ││ as the program.                     ││ You can even have several applica-  ││ tions with the same program.        ││ The path is saved and loaded at     ││ every running. To get another access││ use the 'Files' menu.               ││                                     ││ (Maximum 64 characters)             │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘CONFIGUR Function 7 of the sub-program.┌─────────────────────────────────────┐│ CONFIGURATION Access Path         8 │├─────────────────────────────────────┤│ RECORD DIRECTORY :                  ││ ----------------                    ││ To make a recording, you can define ││ an permanent access path. That will ││ save you of defining it each time,  ││ since the same path is always used. ││                                     ││ As the other paths, this path is    ││ saved in the service file and loaded││ each time you run the program.      ││                                     ││ You just have to change it if you   ││ change the recording destination.   ││                                     ││                                     ││                                     ││ (maximum 64 caractères).            │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘CONFIGUR Function 8 of the sub-program.┌─────────────────────────────────────┐│ CONFIGURATION Help File           9 │├─────────────────────────────────────┤│ CREATE THE HELP FILE: 1/4           ││ --------------------                ││ The on-line help is specific to     ││ every function.                     ││ On one hand, the user may want to   ││ change or add things to this help.  ││                                     ││ On the other hand, the functions    ││ made by the user will have their    ││ help created in the same time as the││ programs theirselves.               ││ It is the reason of this function.  ││                                     ││                                     ││                                     ││                                     ││                                ''/..│├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘CONFIGUR Function 8 of the sub-program.┌─────────────────────────────────────┐│ CONFIGURATION Help File           9 │├─────────────────────────────────────┤│ CREATE THE HELP FILE: 2/4           ││ --------------------                ││ The first operation consists in     ││ changing the HELP.TXT file with a   ││ text editor (ASCII) that can handle ││ files bigger than 100 KB.           ││ The pages, even if they are empty   ││ already exist. You must respect the ││ line lenght and the number of lines ││ by page.                            ││ If you need more pages, the best    ││ thing is to select a block matching ││ a page and to copy it after the     ││ existing page. Begin with the text  ││ by multiplying the pages if required││                                     ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘CONFIGUR Function 8 of the sub-program.┌─────────────────────────────────────┐│ CONFIGURATION Help File           9 │├─────────────────────────────────────┤│ CREATE THE HELP FILE: 3/4           ││ --------------------                ││ Then you number the pages, like     ││ these ones.                         ││ Important:                          ││ ---------                           ││ - The title above the border must   ││   be respected. It is the first     ││   search criteria.                  ││ - The page number which is in the   ││   upper-right corner must be the    ││   same for the same subject. It is  ││   the second criteria.              ││                                     ││ These changes are made with a DOS   ││ text editor.                        ││                               ''/.. │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘CONFIGUR Function 8 of the sub-program.┌─────────────────────────────────────┐│ CONFIGURATION Help File           9 │├─────────────────────────────────────┤│ CREATE THE HELP FILE: 4/4           ││ --------------------                ││ Then you run the program.           ││ You select the function 'Help File' ││ in the 'configuration' menu         ││                                     ││ This function will create a new     ││ help file from the HELP.TXT file    ││ you just changed to make it the new ││ on-line help file.                  ││                                     ││ Of course, you can do this as many  ││ times as you wish it.               ││                                     ││ Important: Save your HELP.FIC first!││ --------                            ││                               (end) │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘CONFIGUR Function 9 of the sub-program.┌─────────────────────────────────────┐│ CONFIGURATION Available / drive  10 │├─────────────────────────────────────┤│ AVAILABLE ON THE CURRENT DRIVE :    ││ ------------------------------      ││ Displays the numbers of free bytes  ││ on the current drive.               ││                                     ││ It is the number that is displayed  ││ in the upper-right corner in the    ││ file manager function.              ││ If you want to chnage of drive, for ││ instance if you want to know how    ││ much space is available on the      ││ floppy you want to use to make your ││ records, you will use the same      ││ same function to change of drive.   ││ You have to change of menu but all  ││ cannot be put in just one menu !    ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘CONFIGUR Function 10 of the sub-program┌─────────────────────────────────────┐│ CONFIGURATION Available memory   11 │├─────────────────────────────────────┤│ AVAILABLE MEMORY                    ││ ----------------                    ││ This function will display the      ││ amount of conventional memory left. ││ (From 640 KB managed by DOS.)       ││                                     ││ It will not display information on  ││ the memory above these 640 KB. This ││ memory cannot be used by this       ││ program, so it would be useless.    ││                                     ││                                     ││ This information can help you solve ││ a problem, telling you whether the  ││ memory can be the cause of this     ││ problem.                            ││                                     │├─────────────┬───────────┬───────────┤│     Next    │    Back   │   Quit    │└─────────────┴───────────┴───────────┘┘